home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 813 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  970 b 

  1. Date: Sat, 15 Jan 94 11:05:17 MST
  2. From: shenson@nyx10.cs.du.edu (Stephen Henson)
  3. Message-Id: <9401151805.AA20851@nyx10.cs.du.edu>
  4. X-Disclaimer: Nyx is a public access Unix system run by the University
  5.     of Denver.  The University has neither control over nor
  6.     responsibility for the opinions or correct identity of users.
  7. To: mint@terminator.rs.itd.umich.edu
  8. Subject: Re: Filesystem compatability ...
  9.  
  10. Well runtime support is best added to the program, not the library. For example
  11. two filenames would be kept, one for DOS 8+3 and another when no restrictions
  12. are present. If MiNT is not running then you'll only get 8+3 anyway. 
  13.     I'll give a brief example of binary configuration in a while; this
  14. is perhaps the best solution for things like .shellrc shell.rc, where the
  15. binary gets it's values edited. This has the advantage that source need not
  16. be distributed and saves clogging up the environment with filenames which
  17. may only be used by one or two programs.
  18. Steve.
  19.  
  20.